home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / t3_1 / nexttsrc.lha / nexttsources / sun3tsystem / CHANGES next >
Text File  |  1990-06-28  |  1KB  |  44 lines

  1.         T3.1 (7) CHANGES    -*- mode:text -*-
  2.  
  3. This file lists the changes in the sources between version 5 and 7 of
  4. Sun3 T.
  5.  
  6. [1] Added sources/comp/build/sun3build.t
  7.  
  8. [2] luser-typed-eof-at-top-level queries for exit when EOF is
  9. received at top level in unix.t and in aegis.t.
  10.  
  11. [3] Fixed hangup bug in both sys/unix_bsd4_2.t and sys/unix_sys5.t.
  12.  
  13. [4] Implemented bignum->flonum in sys/bignum.t.
  14.  
  15. [5] Inserted m68fix.t.
  16.  
  17. [6] Inserted ofix5.t.
  18.  
  19. [7] Inserted tfix5.t.
  20.  
  21. [8] Made #\page a synonym for #\form in sys/character.t.
  22.  
  23. [9] Fixed make-vector so '#f can be given as the fill.
  24.  
  25. [10] Added unix-system to sys/unix.t.
  26.  
  27. [11] Changed linkt so that it can run in other than the TSYSTEM
  28. directory.  Linkt argument order was changed to "linkt <exec file>
  29. <object file> ...", so as to allow more than one object file.
  30.  
  31. [12] Added $TSYSTEM/mkxt.sh, a script to make Sun3 T from its sources.
  32.  
  33. [13] Changed $TSYSTEM/envset.sh so that it exec's its arguments.
  34.  
  35. [14] sun3assist.c allocates space using malloc.
  36.  
  37. [15] Eliminated some of the useless tests in sys/equality.t.
  38.  
  39. [16] In Scheme, added truncate, ceiling, floor, lcm, and string.
  40.  
  41. [17] In Scheme, deleted bindings for t and nil.
  42.  
  43. [18] In Scheme, added equal? and made assoc and member use it.
  44.